home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / SMTPCEMS.ZIP / INSTALL.TXT < prev    next >
Encoding:
Text File  |  1998-11-14  |  1.4 KB  |  39 lines

  1. ===== Installation =====================================
  2.  
  3. The installation procedure copies files only. It does NOT modify
  4. the Windows Registry in any way.
  5.  
  6. (1) Before installation of SEE4C, your Windows C/C++ compiler should
  7. already be installed on your system and tested. In particular, include
  8. command line tools when installing your compiler.
  9.  
  10. (2) Make a backup copy of your distribution disk.  Put your original
  11. distribution disk in a safe place.
  12.  
  13. (3) Exit Windows into DOS, or start a DOS window:
  14.  
  15. (4) Create your SEE project directory, copy the SEE archive, then unzip
  16. the archive. For example:
  17.  
  18.       MKDIR   SEE4C
  19.       PKUNZIP SEE4C21.ZIP SEE4C
  20.  
  21. (5) Run the INSTALL batch file, which will copy the correct DLL and LIB
  22. files for your compiler.
  23.  
  24. For Win32 compilers, you may choose native mode DLLs for your compiler
  25. (Microsoft, Borland, or Watcom) or "universal" mode, which requires that
  26. your compiler support the "declspec" keyword. Microsoft VC, Borland 5.0 
  27. and Watcom 11.0 all support "declspec". The same DLLs are used for Win16
  28. compilers.
  29.  
  30.        INSTALL MS      (Microsoft)
  31.        INSTALL BC      (Borland)
  32.        INSTALL WC      (Watcom)
  33.        INSTALL U       (Universal)
  34.  
  35. (6) Before compiling any example programs, you must edit the file EMAIL.H
  36. with your email configuration as described in section 3.5 of the SEE4C
  37. Users Manual (SEE4C_U.TXT).
  38.  
  39.